home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 2.iso / bin / mailcap < prev    next >
Text File  |  1996-11-11  |  7KB  |  146 lines

  1. # Copyright (c) 1991 Bell Communications Research, Inc. (Bellcore)
  2. # Permission to use, copy, modify, and distribute this material 
  3. # for any purpose and without fee is hereby granted, provided 
  4. # that the above copyright notice and this permission notice 
  5. # appear in all copies, and that the name of Bellcore not be 
  6. # used in advertising or publicity pertaining to this 
  7. # material without the specific, prior written permission 
  8. # of an authorized representative of Bellcore.  BELLCORE 
  9. # MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY 
  10. # OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED "AS IS", 
  11. # WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
  12. #
  13. # Mailcap file for Netscape
  14. #
  15. # Users may override or extend this with a .mailcap file in
  16. # their own directory.  Netscape will search both mailcap
  17. # files looking for a match.
  18. #
  19. # Netscape has builtin viewing support for GIF and JFIF and if the
  20. # mailcap entries for these are commented out, it will display those
  21. # images as a new page when downloaded.
  22. #
  23.  
  24.  
  25. image/x-sgi-image; imgview -nofork %s; compose=imgworks %s; \
  26.     description="SGI image"; \
  27.     x11-bitmap="/usr/lib/Zmail/bitmaps/image.xbm"
  28. image/rgb; imgview -nofork %s
  29. image/x-bitmap; bitmap %s; description="X11 bitmap"; \
  30.     x11-bitmap="/usr/lib/Zmail/bitmaps/bitmap.xbm"
  31. image/x-xpm1; olpixmap %s; description="OL pixmap"; \
  32.     x11-bitmap="/usr/lib/Zmail/bitmaps/bitmap.xbm"
  33. image/tiff;imgview -nofork %s; description="TIFF image"; \
  34.     x11-bitmap="/usr/lib/Zmail/bitmaps/image.xbm"
  35. #
  36. # the default is to use the inline GIF and JFIF/JPEG viewers
  37. # if you want GIF and JPEG to be in external viewers
  38. # then uncomment these lines and specify the proper viewer
  39. # to use if you haven't install 'iv'
  40. #
  41. # image/gif;iv %s; description="GIF image"; \
  42. #    x11-bitmap="/usr/lib/Zmail/bitmaps/image.xbm"
  43. # image/jpeg;iv %s; description="JFIF image"; \
  44. #    x11-bitmap="/usr/lib/Zmail/bitmaps/image.xbm"
  45. # image/jpg;iv %s; description="JFIF image"; \
  46. #    x11-bitmap="/usr/lib/Zmail/bitmaps/image.xbm"
  47. image/*; imgview -nofork %s
  48. #
  49. #
  50. audio/x-aifc; sfplay %s; compose=soundeditor %s;    \
  51.     description="AIFC Audio"; x11-bitmap="/usr/lib/Zmail/bitmaps/sound.xbm"
  52. audio/x-aiff; sfplay %s; compose=soundeditor %s;    \
  53.     description="AIFF Audio"; x11-bitmap="/usr/lib/Zmail/bitmaps/sound.xbm"
  54. audio/x-next; sfplay %s; compose=soundeditor %s;    \
  55.     description="NeXT Audio"; x11-bitmap="/usr/lib/Zmail/bitmaps/sound.xbm"
  56. audio/x-wav; sfplay %s; compose=soundeditor %s;    \
  57.     description="WAVE Audio"; x11-bitmap="/usr/lib/Zmail/bitmaps/sound.xbm"
  58. audio/x-wave; sfplay %s; compose=soundeditor %s;    \
  59.     description="WAVE Audio"; x11-bitmap="/usr/lib/Zmail/bitmaps/sound.xbm"
  60. #
  61. # if you install a version of maplay or another audio player that supports
  62. # MPEG audio files then uncomment this line and/or modify it to specify
  63. # the proper arguments for the other MPEG player
  64. #
  65. #audio/x-mpeg; maplay %s; \
  66. #        description="MPEG Audio"; x11-bitmap="/usr/lib/Zmail/bitmaps/sound.xbm"
  67. audio/basic; sfplay %s
  68. audio/*; sfplay %s
  69. #
  70. #
  71. # The 5.2 Movieplayer understands SGI
  72. # The 5.3 Movieplayer understands SGI, QuickTime, MPEG Video, and MPEG Systems
  73. #
  74. ##video/x-sgi-movie; movieplayer -f -l 1 %s; compose=moviemaker %s; \
  75. ##    description="SGI Movie"; \
  76. ##    x11-bitmap="/usr/lib/Zmail/bitmaps/movie.xbm"
  77. #
  78. # if you install a version of mpeg_play or another video player that supports
  79. # MPEG video files then uncomment this line and/or modify it to specify
  80. # the proper arguments for the other MPEG player
  81. #
  82. #video/mpeg; mpeg_play -loop -quiet -dither color %s; compose=moviemaker %s; \
  83. #    description="MPEG Movie"; \
  84. #    x11-bitmap="/usr/lib/Zmail/bitmaps/movie.xbm"
  85. #video/x-mpeg; mpeg_play -loop -quiet -dither color %s; compose=moviemaker %s; \
  86. #    description="MPEG Movie"; \
  87. #    x11-bitmap="/usr/lib/Zmail/bitmaps/movie.xbm"
  88. #
  89. # currently no MPEG audio/video files exist on the net, but when they are
  90. # available and a MPEG player is available you will need to customize this
  91. # line to play MPEG system (audio/video) files
  92. #
  93. #video/x-mpeg-system; movieplayer -v -nofork %s; compose=moviemaker %s; \
  94. #    description="MPEG Movie"; \
  95. #    x11-bitmap="/usr/lib/Zmail/bitmaps/movie.xbm"
  96. #
  97. # if you install a version of xanim or another Quicktime movie player then
  98. # uncomment this line and/or modify it to specify the proper argunents for
  99. # the Quicktime player
  100. #
  101. #video/quicktime; xanim +Ae %s; compose=moviemaker %s; \
  102. #    description="QuickTime Movie"; \
  103. #    x11-bitmap="/usr/lib/Zmail/bitmaps/movie.xbm"
  104. video/*; movieplayer -f %s
  105. #
  106. application/x-showcase; showcase -f -v %s; \
  107.     compose=showcase %s; description="Showcase document"; \
  108.     x11-bitmap="/usr/lib/Zmail/bitmaps/showcase.xbm"
  109. application/x-framemaker; fmclient -f %s; \
  110.     compose=fmclient -f %s; description="FrameMaker document"; \
  111.     x11-bitmap="/usr/lib/Zmail/bitmaps/frame.xbm"
  112. application/x-wingz; Wingz %s; compose=Wingz %s; \
  113.     description="Wingz document"; \
  114.     x11-bitmap="/usr/lib/Zmail/bitmaps/wingz.xbm"
  115. application/x-SYLK; Wingz %s; compose=Wingz %s; \
  116.     description="Spreadsheet in SYLK format"; \
  117.     x11-bitmap="/usr/lib/Zmail/bitmaps/wingz.xbm"
  118. application/x-inventor; examine %s; description="Inventor file"; \
  119.     x11-bitmap="/usr/lib/Zmail/bitmaps/inventor.xbm"
  120. graphics/x-inventor; /usr/sbin/ivview %s; description="Inventor file"; \
  121.     x11-bitmap="/usr/lib/Zmail/bitmaps/inventor.xbm"
  122. application/postscript; xpsview %s; \
  123.     description="PostScript Language";
  124. application/x-annotator; /usr/sbin/annotator -v -r %s; \
  125.     description="IRIS Annotator file"; compose=/usr/sbin/annotator %s; \
  126.     x11-bitmap="/usr/lib/Zmail/bitmaps/inventor.xbm"
  127. application/x-tardist; tardist %s; description="SGI inst tar distribution"
  128.  
  129. default; cat %s; copiousoutput
  130.  
  131. application/x-jot; jot -f %s; compose=jot -f %s; description="Jot document"; \
  132.         x11-bitmap="/usr/lib/Zmail/bitmaps/jot.xbm"
  133. application/x-island-write; IslandWrite %s; compose=IslandWrite %s; \
  134.         description="IslandWrite document"; \
  135.         x11-bitmap="/usr/lib/Zmail/bitmaps/islwrite.xbm"
  136. application/x-island-draw; IslandDraw %s; compose=IslandDraw %s; \
  137.         description="IslandDraw document"; \
  138.         x11-bitmap="/usr/lib/Zmail/bitmaps/isldraw.xbm"
  139. application/x-island-paint; IslandPaint %s; compose=IslandPaint %s; \
  140.         description="IslandPaint document"; \
  141.         x11-bitmap="/usr/lib/Zmail/bitmaps/islpaint.xbm"
  142. application/x-mailfolder; zmail -gui -folder %s; description="Mail folder";
  143. application/x-zm-fax; zfax %s; description="Z-Fax document"; \
  144.         x11-bitmap="/usr/lib/Zmail/bitmaps/fax.xbm"
  145.